home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / IdMenu.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  1.3 KB  |  58 lines

  1. on zapcheck
  2.   if rollOver(3) = 1 then
  3.     set the visible of sprite 3 to 1
  4.   else
  5.     set the visible of sprite 3 to 0
  6.   end if
  7.   if rollOver(4) = 1 then
  8.     set the visible of sprite 4 to 1
  9.   else
  10.     set the visible of sprite 4 to 0
  11.   end if
  12.   if rollOver(5) = 1 then
  13.     set the visible of sprite 5 to 1
  14.   else
  15.     set the visible of sprite 5 to 0
  16.   end if
  17.   if rollOver(6) = 1 then
  18.     set the visible of sprite 6 to 1
  19.   else
  20.     set the visible of sprite 6 to 0
  21.   end if
  22.   if rollOver(7) = 1 then
  23.     set the visible of sprite 7 to 1
  24.   else
  25.     set the visible of sprite 7 to 0
  26.   end if
  27.   if rollOver(8) = 1 then
  28.     set the visible of sprite 8 to 1
  29.   else
  30.     set the visible of sprite 8 to 0
  31.   end if
  32.   if rollOver(9) = 1 then
  33.     set the visible of sprite 9 to 1
  34.   else
  35.     set the visible of sprite 9 to 0
  36.   end if
  37.   if rollOver(10) = 1 then
  38.     set the visible of sprite 10 to 1
  39.   else
  40.     set the visible of sprite 10 to 0
  41.   end if
  42.   if rollOver(11) = 1 then
  43.     set the visible of sprite 11 to 1
  44.   else
  45.     set the visible of sprite 11 to 0
  46.   end if
  47.   if rollOver(12) = 1 then
  48.     set the visible of sprite 12 to 1
  49.   else
  50.     set the visible of sprite 12 to 0
  51.   end if
  52.   if rollOver(13) = 1 then
  53.     set the visible of sprite 13 to 1
  54.   else
  55.     set the visible of sprite 13 to 0
  56.   end if
  57. end
  58.